.mx_webshop_filter {
float:left;
width:100%;
height:auto;
padding-top:32px;
}

.mx_webshop_filter .filter_name {
float:left;
width:100%;
height:35px;
text-transform:uppercase;
letter-spacing: 2px;
font-size: 18px;
font-family: 'Roboto', sans-serif;
font-weight: 900;
}

.mx_webshop_filter .filter_name img{
padding-right:20px;
}

#column .mx_webshop_filter .filter_options {
	clear:both;
	width:100%;
}

.more {
	clear:left;
}

.more-button {
	cursor:pointer;
font-family: "Times New Roman", Times, "serif";
    font-weight: bold;
font-style:italic;
font-size:18px;
letter-spacing: 0;
}

.more-button:before {
    content: '';
    height: 4px;
    width: 25px;
    background-color: #000;
    display:inline-block;
    margin-right:15px;
    position:relative;
    top:-4px;
}

.more-filter {
	display:none;
}

.filter_options label span {
	color:#f3997b;
}

.mx_webshop_filter label {
float:left;
display:block;
width:100%;
text-decoration:none;
text-transform:uppercase;
}

#filters {
	display:none;
	width:100%;
}

@media screen and (max-width: 1023px) {
	
#filters {
	display:block;
}

#filter-heading {
	display:inline-block;
	width:auto;
	background-color:#000000;
	color:#FFFFFF;
	padding:2px 15px;
	cursor:pointer;
}
#filter-heading img {
  padding-right:10px;
  position:relative;
  top:5px;
  width:36px;
  height:auto;
}

#filter-content {
	background-color:#000000;
	color:#FFFFFF;
	display:none;
	padding:15px;
	padding-top:0;
}

#filter-content .more-button::before{
	background-color:#FFFFFF;
}

}
/*

.mx_webshop_filter {
    margin-bottom: 15px;
}

.mx_webshop_filter:last-child {
    margin: 0;
}

.mx_webshop_filter label {
    clear: both;
    display: block;
}

.mx_webshop_filter a {
    clear: both;
    display: block;
}

*/